Platform Explorer / Nuxeo Platform 2023.10

Extension point widgetConverters

Contribution Descriptors

  • Class: org.nuxeo.ecm.platform.forms.layout.descriptors.WidgetConverterDescriptor

Existing Contributions

Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.

  • nuxeo-platform-forms-layout-io-plugins-2023.10.13.jar /OSGI-INF/layouts-io-plugins-contrib.xml
    <extension point="widgetConverters" target="org.nuxeo.ecm.platform.forms.layout.LayoutStore">
    
        <widgetConverter name="labelTranslation" order="10">
          <categories>
            <category>standalone</category>
          </categories>
          <converter-class>
            org.nuxeo.ecm.platform.forms.layout.io.plugins.WidgetLabeli18nConverter
          </converter-class>
        </widgetConverter>
    
        <widgetConverter name="directoryToSelectOptions" order="10">
          <categories>
            <category>standalone</category>
          </categories>
          <converter-class>
            org.nuxeo.ecm.platform.forms.layout.io.plugins.WidgetDirectoryItemsConverter
          </converter-class>
        </widgetConverter>
    
        <widgetConverter name="coverageToSelectOptions" order="10">
          <categories>
            <category>standalone</category>
          </categories>
          <converter-class>
            org.nuxeo.ecm.platform.forms.layout.io.plugins.CoverageWidgetConverter
          </converter-class>
        </widgetConverter>
    
        <widgetConverter name="subjectsToSelectOptions" order="10">
          <categories>
            <category>standalone</category>
          </categories>
          <converter-class>
            org.nuxeo.ecm.platform.forms.layout.io.plugins.SubjectsWidgetConverter
          </converter-class>
        </widgetConverter>
    
    
      </extension>